PreviousNextTracker indexSee it online !

(112/207) 2783442 - relative offets in "Go To Line" dialog

Hello,

The "Go To Line" dialog should accept relative offsets.

* Typing in a negative offset (/-\d+/) should transport you to max(0, current_line_number + negative_offset).

* Typing in a positive offset (/\+\d+/) should transport you to min(maximum_line_number, current_line_number + positive_offset).

This feature would be useful in debugging line numbers from stack traces of embedded documents.

Thanks for your consideration.

Submitted cyzsuraj - 2009-04-29 - 07:20:19z Assigned nobody
Priority 5 Category core
Status Open Group None
Resolution None Visibility No

Comments

Attachments